<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
img{border: none;-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;
    min-height: 100%;
}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
a:hover{
    color: #3959a6;
}
.bhh{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trans{
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
*{box-sizing: border-box;}

.clear-fix:before,.clear-fix:after{
    content:"";
    display:table;
}
.clear-fix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1340px;margin-left: auto;margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper{
    width: 100%;

}
.container-full{
    width: 100%;
}
.bold{
    font-weight: bold;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
/*::-webkit-scrollbar-button       {!* 2 *!}*/
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}



.mt20{
    margin-top: 20px;
}

.menu{
    width: 44px;
    height: 44px;
    position: absolute;
    right: 10px;
    top:10px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;

}
.index-nav2{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1001;
    background-color: #727272;

    cursor: pointer;
}
.index-nav2 li{
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: left;
    color: #e6e6e6;
    line-height: 4.5rem;
    border-bottom: solid 1px #bfbfbf;

}
.m-nav2{
    background: url("../images/show1.png") no-repeat right 1em center;
}
.m-nav3{
    background: url("../images/show2.png") no-repeat right 1em center;
}
.index-nav2 li&gt;a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav2-wrap{
    background-color: #e6e6e6;
    display: none;
}
.m-nav2-row{
    border-bottom: solid 1px #bfbfbf;
    line-height: 4rem;
}
.m-nav2-row a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav3-wrap{
    display: none;
}
.m-nav3-wrap .m-nav2-row{
    line-height: 3.6rem;
    background: #f0f0f0;
    font-size: 12px;
    border-bottom: none;
}
.add-icon1{
    background: url("../images/show1.png") no-repeat right 1em center !important;
}
.add-icon2{
    background: url("../images/show2.png") no-repeat right 1em center !important;
}
.hide-icon1{
    background: url("../images/hide1.png") no-repeat right 1em center;
}
.hide-icon2{
    background: url("../images/hide2.png") no-repeat right 1em center;
}


.header{
    height: 100px;

}
.logo{
    display: block;
    float: left;
    margin-top: 26px;
}
.phone-wrap{
    width: 274px;
    height: 58px;
    background: #eeeeee url("../images/phone.png") no-repeat left 22px center;
    color: #676767;
    border-radius: 29px;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-left: 54px;
    line-height: 58px;
    margin-top: 21px;
}



.main-nav{
    margin-left: 65px;
    float: left;
}
.main-nav&gt;li{
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0 3px ;
    padding: 0 25px;
    position: relative;
}
.main-nav&gt;li&gt;a{
    display: block;
    height: 100px;
    padding: 40px 3px 0;
    border-top: 4px solid transparent;
    color: #606a71;
}
.main-nav&gt;li.on&gt;a{
    color: #333;
    border-top: 4px solid #3959a6;
}
.main-nav&gt;li&gt;a:hover{
    border-top: 4px solid #3959a6;
    color: #333;
}
.main-nav&gt;li:hover .main-nav2{
    display: block;
}
.main-nav2{
    position: absolute;
    width: 100%;
    border: 1px solid #dcdcdc;
    z-index: 999;
    background: #fff;
    left: 0;
    display: none;
}
.main-nav2 li{
    width: 100%;
    height: 48px;

}
.main-nav2 li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
}
.main-nav2 li a:hover{
    background: #eeeeee;
}


.banner{
    position: relative;
}
.banner .swiper-pagination{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15px;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 3px;
    margin: 0 4px;
}
.banner .swiper-pagination-bullet-active{
    background: #e0e32e;
}
.banner-c{
    width: 1340px;
    padding: 0 10px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner .swiper-button-next, .swiper-button-prev{
    width: 35px;
    height: 42px;
    margin-top: -21px;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.banner .swiper-button-next{
    background: url("../images/arr-r.png") no-repeat center;
}
.banner .swiper-button-prev{
    background: url("../images/arr-l.png") no-repeat center;
}
.banner .swiper-button-prev:hover{
    opacity: 0.6;
}
.banner .swiper-button-next:hover{
    opacity: 0.6;
}
.part1{
    padding-top: 70px;
    padding-bottom: 60px;
}
.part-tit{
    text-align: center;
}
.part-tit h2{
    font-size: 28px;
    margin-bottom: 4px;
}
.part-tit span{
    font-weight: lighter;
    font-size: 16px;
}
.part-tit i{
    display: block;
    width: 34px;
    height: 1px;
    background: #aaaaaa;
    margin: 26px auto 0;
}
.pro-slide{
    margin-top: 30px;
    margin-bottom: 60px;
}
.pro-slide .hd ul li{
    float: left;
    padding: 0 20px;
    position: relative;
}
.pro-slide .hd ul li:after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #a0a0a0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.pro-slide .hd ul li:last-child:after{
    display: none;
}
.pro-slide .hd ul li span{
    display: inline-block;
    height: 36px;
    padding: 0 26px;
    border-radius: 18px;
    cursor: pointer;
    line-height: 36px;
}
.pro-slide .hd ul li span:hover{
    background: #e9e9e9;
}
.pro-slide .hd ul li.on span{
    background: #e9e9e9;
}
.pro-list{

}
.pro-list li{
    float: left;
    width: 29%;
    font-size: 16px;
    margin-top: 35px;
    text-align: center;
}
.pro-list li:nth-child(3n-1){
    margin-left: 6.5%;
    margin-right: 6.5%;
}
.pro-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.pro-list li:hover img{
    transform: scale(1.2);
}
.more-btn{
    display: block;
    width: 216px;
    height: 50px;
    border: 1px solid #a0a0a0;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
}
.part2{
    width: 100%;
    height: 486px;
    background: url("../images/part2-bg.jpg") top center;
    padding-top: 60px;
}
.part2-p{
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}
.part3{
    width: 100%;
    height: 184px;
    background: url("../images/part3-bg.jpg") no-repeat top center;
}
.part3-wrap{
    background: #fff;
    box-shadow: 0 0 3px #999;
    padding: 35px 75px 0;
    width: 100%;
    height: 152px;
    margin-top: -56px;
}

.adv-list{

}
.adv-list li{
    width: 33.3333%;
    text-align: center;
    float: left;
}
.num{
    display: inline-block;
    font-size: 50px;
    color: #3959a6;
    margin-right: 6px;
    line-height: 58px;
}
.adv-r{
    display: inline-block;
    text-align: left;
    line-height: 24px;
}
.adv-r span{
    font-size: 20px;
}
.adv-r p{

}
.part4{
    padding-top: 55px;
    padding-bottom: 35px;
}
.part4-wrap{
    margin-top: 50px;
}
.part4-l{
    float: left;
    width: 50%;
    height: 376px;
}
.fc-slide{

}
.fc-slide .hd ul li{
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    background: #dcdcdc;
    cursor: pointer;
    margin-top: 22px;
}
.fc-slide .hd ul li.on{
    background: #3959a6;
}


.part4-r{
    float: right;
    width: 50%;
    margin-top: 32px;
    position: relative;
}
.part4-r a{
    display: block;
    width: 164px;
    height: 44px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 22px;
    position: absolute;
    top: 260px;
    margin: auto;
    left: 0;
    right: 0;
}
.part4-r a:hover{
    background: #fff;
    color: #3959a6;
}
.part5{
    padding-top: 40px;

    background: url("../images/part5-bg.jpg") no-repeat center;
}
.part5 .container{
    padding-bottom: 132px;
}

.news-list{
    margin-top: 20px;
}
.news-list li{
    float: left;
    width: 390px;
    margin-bottom: 35px;
}
.news-list li:nth-child(3n-1){
    margin-left: 75px;
    margin-right: 75px;
}
.news-list li .news-tit{
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}
.news-list li p{
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-list li.hl-news{

}
.news-list li.hl-news span{
    font-size: 28px;
    font-weight: lighter;
    display: block;
    margin-bottom: 10px;
}

.news-slide{
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-slide .hd ul li{
    float: left;
    padding: 0 20px;
    position: relative;
}
.news-slide .hd ul li:after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #a0a0a0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.news-slide .hd ul li:last-child:after{
    display: none;
}
.news-slide .hd ul li span{
    display: inline-block;
    height: 36px;
    padding: 0 26px;
    border-radius: 18px;
    cursor: pointer;
    line-height: 36px;
}
.news-slide .hd ul li span:hover{
    background: #e9e9e9;
}
.news-slide .hd ul li.on span{
    background: #e9e9e9;
}
.news-bt span{
    float: left;
    font-weight: lighter;
    font-size: 20px;
}
.news-bt a{
    float: right;

}
.more-news{
    text-decoration: underline;
}
.school-slide{
    width: 100%;
    height: 162px;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: absolute;
    bottom: -81px;
    padding: 40px 60px 0;
}
.school-slide .hd span{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
}
.school-slide .hd span.prev{
    background:#3959a6 url("../images/arrow-l.png") no-repeat center;
    left: -42px;
}
.school-slide .hd span.next{
    background:#3959a6 url("../images/arrow-r.png") no-repeat center;
    right: -42px;
}
.school-list{

}
.school-list li{
    float: left;
    width: 25%;
    height: 80px;
}
.only-index{
    width: 100%;
    height: 92px;
    background: #2d3340;
}
.footer {
    width: 100%;
    background: #2d3340;
    padding-top: 60px;
}
.ft-logo{
    height: 100px;
    width: 109px;
    border-right: 1px solid #5f6674;
    padding-top: 23px;
    float: left;
}
.ft-c1{
    height: 100px;
    width: 502px;
    border-right: 1px solid #5f6674;
    color: #fff;
    float: left;
    padding-left: 80px;
}
.ctt-row{
    line-height: 24px;
}
.ctt-row i{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;

}
.ft-c1 .ctt-row:nth-child(1) i{background: url("../images/icon1.png") no-repeat center;}
.ft-c1 .ctt-row:nth-child(2) i{background: url("../images/icon2.png") no-repeat center;}
.ft-c1 .ctt-row:nth-child(3) i{background: url("../images/icon3.png") no-repeat center;}
.ctt-row1{
    font-size: 24px;
}
.ctt-row2{
    margin: 14px 0;
}
.qr-box{
    float: left;
    width: 74px;
    margin: 0 13px;
}
.ft-qr{
    float: left;
    width: 360px;
    height: 100px;
    border-right: 1px solid #5f6674;
    color: #fff;
    font-size: 12px;
}
.qr-box div{
    margin-bottom: 5px;
    border: 1px solid #6c717a;
    padding: 4px;
}
.ft-cr{
    float: left;
    width: 320px;
    padding-left: 98px;
    color: #b6bac0;
    font-size: 12px;
    line-height: 20px;
}
.ft-cr a{
    color: #b6bac0;
}
.ft-wrap{
    padding-bottom: 52px;
}
.f-link{
    border-top: 1px solid #515867;
    color: #b6bac0;
    padding: 25px 0 20px;
}
.f-link span{
    float: left;
    width: 80px;
}
.f-link ul{
    float: left;
    width: calc(100% - 80px);
}
.f-link ul li{
    float: left;
    margin: 0 8px 4px;
}
.f-link ul li a{
    color: #b6bac0;
}
.in-banner{
    width: 100%;
    height: 454px;

}
.crumbs{
    width: 100%;
    background: #eeeeee;
    padding: 15px 0 15px;
}
.in-wrap{
    padding-bottom: 40px;
}
.about-l{
    float: left;
    width: 610px;

}
.about-r{
    width: 610px;
    float: right;
    line-height: 28px;
}
.about-txt{
    margin-top: 45px;
}
.about-txt img{
    display: block;
    max-width: 100%;
    margin: 30px auto ;
}
.about-img{
    padding-top: 40px;
    border-top: 1px solid #dcdcdc;
    margin-top: 50px;
}
.about-intro{
    padding-top: 40px;
}
.erji{
    margin-top: 20px;
}
.erji li{
    float: left;
    margin: 0 12px 10px;
}
.erji li a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background: #dcdcdc;
    padding: 0 16px;
}
.erji li.on a{
    background: #4c6bb6;
    color: #fff;
}
.erji li a:hover{
    background: #4c6bb6;
    color: #fff;
}
.page-wrap{
    margin-top: 30px;
    font-size: 12px;
}
.page-wrap a,.page-wrap span{
    float: left;
    margin: 0 5px 4px;
}
.page-wrap  a{
    display: block;
    padding: 4px 10px 4px;
    background: #e6e6e6;
}
.page-wrap span{
    display: block;
    padding: 4px 10px 4px;
    background: #4c6bb6;
    color: #fff;
}
.page-wrap a:hover{
    background: #4c6bb6;
    color: #fff;
}
.news-list2{
    border-top: 1px solid #dcdcdc;

}
.news-list2 li{
    border-bottom: 1px solid #dcdcdc;
    padding-left: 65px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.news-list2 .news-date{
    float: left;
    width: 84px;
    height: 84px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}
.news-date p{
    height: 42px;
    background: #3959a6;
    font-size: 30px;
    font-weight: bold;
}
.news-date span{
    display: block;
    width: 100%;
    height: 42px;
    background: #4c6bb6;
    font-size: 18px;
}
.news-c{
    width: 890px;
    float: left;
    margin-left: 40px;
}
.news-c a{
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.news-c p{
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news-r{
    float: right;margin-top: 28px;
}
.news-r a{
    display: block;
    width: 90px;
    height: 30px;
    border-radius: 15px;
    background: #eeeeee;
    text-align: center;
    line-height: 30px;
}
.dt-tit{

}
.dt-tit h2{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
}
.dt-tit p{

}
.dt-txt{
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
    padding: 0 45px;
}
.flip-wrap{
    margin-top: 30px;
}
.flip-wrap a{
    display: block;
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #eeeeee;
    position: relative;
}
.flip-wrap a:hover{
    background: #dcdcdc;
}
.flip-wrap a.shang{
    padding-left: 82px;
}
.flip-wrap a.shang:before{
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 46px;
    background: url("../images/arrows-l.png") no-repeat center;
    left: 40px;
}
.flip-wrap a.xia{
    text-align: right;
    padding-right: 82px;
}
.flip-wrap a.xia:before{
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 46px;
    background: url("../images/arrows-r.png") no-repeat center;
    right: 40px;
}



.contact-wrap{
    margin-top: 52px;
}
.contact-l{
    padding-left: 216px;
    width: 50%;
    float: left;
}
.ctt-rows{
    width: 278px;
    padding-left: 40px;
    margin-bottom: 19px;
    color: #666;
}
.ctt-row11{background: url("../images/lx-icon1.png") no-repeat left 1px top 10px;font-size: 30px;font-family: Arial;font-weight: bolder;color: #3959a6;}
.ctt-row12{background: url("../images/lx-icon2.png") no-repeat left top;}
.ctt-row13{background: url("../images/lx-icon3.png") no-repeat left top;}
.ctt-row14{background: url("../images/lx-icon4.png") no-repeat left top;}
.contact-r{
    float: right;
    border-left: 1px solid #dcdcdc;
    width: 50%;
    padding-top: 20px;
}


.msg-wrap{
    margin-top: 55px;
    width: 100%;
    background: #eeeeee;
    padding: 25px 235px 36px;
}
.msg-form{
    margin-top: 25px;
}
.msg-form input[type=text]{
    width: 396px;
    height: 42px;
    background: #ffffff;
    padding-left: 12px;
    outline: none;
    border: none;

}
.msg-form textarea{
    width: 100%;
    height: 90px;
    background: #fff;
    outline: none;
    border: none;
    padding: 8px 12px ;
    resize: none;
    margin-top: 18px;
    margin-bottom: 4px;
}
.msg-form input[type=text].yzm-ipt{
    width: 100px;
    margin-right: 10px;
}
.msg-form .yzm-img{
    width: 100px;
    height: 42px;
}
.sub-btn{
    display: block;
    width: 112px;
    height: 32px;
    margin: 20px auto 0;
    background: #3959a6;
    color: #fff;
    outline: none;
    border: none;
}
.qr-box2{
    float: left;
    margin: 0 36px;
}
.qr-box2 img {
    display: block;
    width: 96px;
    height: 96px;
    margin-bottom: 8px;
}

.ctt-wrap{
    padding-top: 30px;
}</pre></body></html>